Xbasic

SYS_EVENT_LOG_DUMP Function

Syntax

OutputString as C = SYS_EVENT_LOG_DUMP(C Application,C format)

Arguments

Application

The name of your application.

format
"S" = string
"C" = computer
"N" = name
"T" = time
"W" = time written
"K" = kind of event
"E" = event ID
"X" = subcategory

Description

The SYS_EVENT_LOG_DUMP() function dumps events from the system event log. Dump events in event log - format S=string,C=computer,N=Name,T=time,W=Time written,K=Kind of event,E=eventid,X=subcategory.

Example

sys_event_log("Alpha Anywhere Application Server","I:The server has started")

Limitations

Desktop applications only.

See Also